CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 发送 51

搜索资源列表

  1. 16进制发送一个0-65536之间的任一数

    1下载:
  2. 51串口通讯错误的实例分析(数码管显示串口数据)2009-03-04 11:05 今天有个朋友Hi我让我看一个他写的51程序,程序要求是: §以16进制发送一个0-65536之间的任一数,当单片机收到后在数码管上动态显示出来,波特率自定。按照他的意思:PC串口发送0x65536然后单片机板子上的五个数码管显示6,5,5,3,6。 他给我的程序是这样的(注了我的分析):
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2011-11-03
    • 文件大小:5808
    • 提供者:sjx0323
  1. ICreader

    0下载:
  2. 基于51单片机的IC卡读卡器程序设计 适用于SLE4442系列存储卡 程序于是基于C语言编写的 可以实现卡上内容的读取,并实时传至串口发送-This is a c programme based on 51 single chip. It can be used to read SLE4442 IC memory card.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:12161
    • 提供者:hui
  1. GM

    0下载:
  2. 本文以MCS-51单片机为开发平台,设计一个基于单片机的数据采集系统。系统可以采集16路模拟量,精度为12位,16路开关量和2路脉冲量,并将采集到的数据每隔一分钟通过串口发送到PC机。-In this paper, MCS-51 microcontroller as the platform to design a microcontroller based data acquisition system. System can capture analog 16, a precision 12
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:255990
    • 提供者:曼曼
  1. music

    0下载:
  2. 51单片机,串口发送文件,wav格式,播放音乐-51 microcontroller serial port to send files, wav format, playing music
  3. 所属分类:SCM

    • 发布日期:2017-11-09
    • 文件大小:51292
    • 提供者:晨星
  1. HX711AD

    2下载:
  2. 51单片机HX711称重计量芯片程序, 通过串口发送AD转换内码值-51 MCU the HX711 weighing measurement chip program
  3. 所属分类:SCM

    • 发布日期:2014-07-04
    • 文件大小:23552
    • 提供者:
  1. modbus-51

    0下载:
  2. 此程序是51单片机的串口的测试程序,采用modbus通信协议,包括接收,发送,与主测试程序等-This program is 51 single-chip serial port test program, using modbus communication protocols, including receiving, sending, and the main test procedures
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:5721
    • 提供者:哈哈
  1. 51uart

    0下载:
  2. 串口调试程序 1. 发送过程:在发送时必须保证TI=1:即发送缓冲器为空,否则将导致数据发不出去,如果想强制发送可以用:TI=1.具体发送数据:利用printf(“akjdfaklfj”) 函数直接发送即可。 2. 接收过程:在接收时多选用中断方式,这样可以节约CPU的时间,提高效率, -1 serial port debugger. Send process: to be sent to ensure that TI = 1: that is, send buffer is
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1409
    • 提供者:liangliang
  1. uart

    0下载:
  2. 51单片机普通I/O口,做串口用,可以和真的串口一样,设置发送和接收的波特率,和发送接收的模式-51 Singlechip general I/O port, serial port used to do, you can and really like the serial port, set up to send and receive baud rate, and send to receive mode
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1505
    • 提供者:lizhffeng
  1. tx

    0下载:
  2. 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。   测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。 //这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 //和查询发送,另外我觉得发送没有必要用中断,因为程序的开
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:657
    • 提供者:虾虾
  1. SPI

    0下载:
  2. 51单片机模拟串口SPI方式接收和发送数据-51 single-chip analog SPI serial receive and send data
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:11327
    • 提供者:荣琦
  1. ck

    0下载:
  2. 51单片机异步串口发送程序,适合初学者学习使用。-51 single-chip asynchronous serial port to send a program, suitable for beginners learning to use.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:933
    • 提供者:zxc
  1. PS2MouseAnd51MCU

    0下载:
  2. 用51单片机实现PS2鼠标的数据读取,并通过串口发送移动时返回的数据。内附做实验时鼠标的主控芯片资料和那篇经典的PS2协议资料。已经把相关的函数放在不同的文件里了,加了头文件可以直接用。-PS2 with 51 single-chip realization of the mouse to read the data and move through the serial port to send data to return. Containing the mouse experiments,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-04
    • 文件大小:1251657
    • 提供者:youzuo
  1. 51PCB

    0下载:
  2. 51单片机综合开发原理图,包括串口,数码管显示,红外线接收发送-51 MCU integrated development schematics, including the serial, digital control, infrared receiver to send
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:14525
    • 提供者:qianxiansheng
  1. chuankou

    0下载:
  2. 实现 51中串口与上位机的通信 串口发送功能及数据的校验-Of 51 in the serial communication with PC serial port and send the data validation function
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:747
    • 提供者:liaokai
  1. 51_mcu_examples

    3下载:
  2. 非常经典的51单片机常用实例程序代码,还附有开发板原理图:内容主要有:1 流水灯2 倒计时--数码管3 数码管动态显示4 数码管静态显示5 点阵--心型6 串口通信16 串口通信27 继电器控制8 音乐播放程序9 AT24C0210 红外线接收11 DS18B20 12DS1302 13 LCD1602-1 14 PS2键盘显示;15 矩阵键盘16 LCD12864 17 步进电机17 步进电机驱动 18 ADC0832 19 RS485通讯 20 直流电机 21 定时器0
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-06-07
    • 文件大小:1102059
    • 提供者:郑道宝
  1. Serial_test

    0下载:
  2. 串口发送实验程序源代码!合适初学51单片机的人群-Serial port test program source code! Suitable microcontroller beginner 51 people
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:15864
    • 提供者:里i
  1. 51

    0下载:
  2. 51单片机C控制串51单片机串口向计算机发送字符串C程序-51 C control 51 single-chip microcontroller serial port to the computer program sends the string C
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:795
    • 提供者:jacky
  1. 7

    0下载:
  2. 实现下位机(51单片机)测量温度并液晶显示,且将温度数据通过串口发送给上位机(PC),上位机壳通过发送指令控制51单片机测温的开与关-To achieve lower machine (51 MCS) measure the temperature and the liquid crystal display, and temperature data will be sent to the host computer through the serial port (PC), the uppe
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:35226
    • 提供者:张驰
  1. 51send

    0下载:
  2. 51单片机串口发送数据的完整程序,keil工程-51 microcontroller serial port to send data integrity procedures, keil project
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:17847
    • 提供者:li
  1. 51_00_OS

    0下载:
  2. 基于51内核的圈圈操作系统,51上写的一个简单的操作系统, 提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息, 等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等 功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释,-Circle-based operating system kernel 51, 51 is written in a simple operating system, providing create t
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:87035
    • 提供者:胡立锋
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com